home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960425-19960715 / 000328_news@columbia.edu _Sat Jun 29 02:20:55 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id CAA20392 for <kermit.misc@watsun.cc.columbia.edu>; Sat, 29 Jun 1996 02:20:54 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id CAA29582 for kermit.misc@watsun; Sat, 29 Jun 1996 02:20:52 -0400 (EDT)
  4. From: jrd@cc.usu.edu (Joe Doupnik)
  5. Newsgroups: comp.protocols.kermit.misc
  6. Subject: Re: Kermit and WfWorkgroups
  7. Message-ID: <1996Jun28.210616.82182@cc.usu.edu>
  8. Date: 28 Jun 96 21:06:16 MDT
  9. References: <4qodng$8i2@trumpet.uni-mannheim.de> <4r0oo7$acp@doc.zippo.com>
  10. Organization: Utah State University
  11. Lines: 41
  12. Path: news.columbia.edu!lamont.ldeo.columbia.edu!zombie.ncsc.mil!news.mathworks.com!nntp.primenet.com!news.fibr.net!imci4!imci5!pull-feed.internetmci.com!news.provo.novell.com!news.cs.utah.edu!cc.usu.edu!jrd
  13.  
  14. In article <4r0oo7$acp@doc.zippo.com>, SAM, Chi-Kin writes:
  15. > In article <4qodng$8i2@trumpet.uni-mannheim.de>, robo@rumpelkammer.uni-mannheim.de says...
  16. >>
  17. >>Hello everybody,
  18. >>
  19. >>I want to use Kermit in a Dos-Box under Windows for Workgroups. Yes, I read
  20. >>the notes about using ndis3pkt and pktmux, but none of them worked.
  21. >>My Question is: Does anybody here have a running configuration where Kermit
  22. >>works properly in the DOS Windows without complaining about a 
  23. >>"unknown Hardware for Port" and so on... ?
  24. >>
  25. >>Thanks a lot in advance. I do need a solution for this really urgently...
  26. >>
  27. >>   Robert
  28. >>-- 
  29. >>------------------------------------------------------------------------------
  30. >>Robert Braeutigam Hambacher Tal 94 64646 Heppenheim (Home of the apollos...) 
  31. >>noch Student der Informatik Fachhochschule fuer Technik und Gestaltung MA 
  32. >>e-mail: robo@rummelplatz.uni-mannheim.de oder robo@freddy.rz.fht-mannheim.de 
  33. >>URL   : http://rummelplatz.uni-mannheim.de/~robo (under slight construction)
  34. >>------------------------------------------------------------------------------
  35. > I am costantly running MSkermit in a dos box under Windows for Workgroup 3.11,
  36. > I have script auotmatic login to access my internet shell account with DTR
  37. > speed at at least 57600bps without any problem. BTW, my pc is running standalone
  38. > without any networking stuff.
  39. ---------
  40.     If you are using Microsoft's NDIS v2 (16-bit) board handler then
  41. please refer to the dis_pkt9 shim material shipped with the MS-DOS Kermit
  42. kit. It's also available separately as file dis_pkt9.zip in directory
  43. drivers on netlab2.usu.edu. With that .zip file is text file WFW.TXT which
  44. explains how to configure things.
  45.     If you are using Novell's ODI board handler then apply odipkt and
  46. winpkt on the top. Instructions included with MS-DOS Kermit kit.
  47.     Please realize that trying to run two TCP/IP stacks at the same time
  48. over the same board is basically insecure at best. We don't recommend it nor 
  49. do we support it.
  50.     And a note for readers: please include sufficient context to help
  51. us give meaningful answers. If you are using MSK then over which comms pathway
  52. is a critical piece of information for us to know.
  53.     Joe D.